AR Single Image Tracking
UNREAL ASSETS
Documentation
Template And Demos
AR Multi Image Tracking Demo: demo
Template
- AR Image Tracking Template provides a ready to use a template for faster and easy access to AR Image Tracking,
Demos
Demo 01
- Tracked Object Editing.
- Demo 01 tracks the image and places a tracking object(Chair Mesh) on top of it.
- Users can make updates in the tracking object, In this demo, there are three sliders to change the color of the chair mesh.
Demo 02
- Tracked Object Components access.
- Demo 02 shows how you can implement and access the features related to tracked object components, such as changing the mesh of tracked objects.
Demo 03
- Tracked Object Transformation.
- Demo 03 showcases how to change tracked object transformation, in this demo users can change the scale and rotation of the tracked object.
- the same method can be used for changing the location of the tracked object(it's very uncommon to change the location of the tracked object)
- For changing the size of the mesh pinch two-finger,
- For changing the rotation of the mesh swipe on the screen with one finger.
Demo 04
- Tracked Object Skeleton mesh with animations.
- Demo 04 showcases how to use skeleton mesh and animation on tracked objects.
- Users can change the animation of the tracked class at runtime with different animation buttons in the UI.
Demo 05
- Select Virtual Objects in the real world.
- Demo 05 provides image tracking with object selection that is placed in the real world.
- When the user touches the screen it checks if the user has touched the virtual object placed in the real world If the user has touched the virtual object, it runs specific code, In our demo. We just simply play sound(it can be any functionality).
Demo 06
- AR Business Card.
- Demo 06 provides AR Business Card Demo/Template.
- When the user scans the business card it shows the backside of the card with the animation.